home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Data Base of the Video Yearbook 1995
/
Data Base of the Video Yearbook 1995 - Disc 1.iso
/
cosmos
/
monthw.dir
/
00010.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-21
|
249 b
|
14 lines
on exitFrame
global numb, tuki, mydatebase, monthdata
puppetSound(0)
puppetSound("low2")
set numb to EMPTY
if (monthdata & EMPTY) = EMPTY then
set tuki to 1
searchdata(1)
else
searchdata(tuki)
go("M" & tuki)
end if
end